home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9753 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: mackboring@aol.com (MackBoring)
  3. Newsgroups: comp.lang.c
  4. Subject: HELP needed Fast... I will Pay
  5. Date: 12 Mar 1996 23:43:07 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4i5jor$7m5@newsbf02.news.aol.com>
  9. Reply-To: mackboring@aol.com (MackBoring)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. *************************************************** HELP
  13. ***********************************************************
  14. First please read at least this short paragraph.
  15.  I am a student that is desperately in a hole. I am not wishing to cheat
  16. my self out of an education of C , but...I have a scenario.  I am recently
  17. a new farther (4 week old boy) and have enrolled in this C class and am
  18. trying to pass the class right now so I can strengthen my programming on
  19. my own after it is finished. 
  20.  I have slipped so far behind with my son being born that I need to pass
  21. because I can not finacially pay back my empolyer at terms end...........I
  22. appeal to anyone that has been stuck in a simialr bind
  23. I need to solve these problems in a very simple manner(basic C class)
  24. using simple Loops,Arrays,Functions..... etc..... 
  25.  
  26. P.S If there is some compensation require please drop me a line
  27. .............Thanks in Advance   FRED
  28.  
  29.  
  30.  
  31. 5. Create an array of 20 random numbers that fall between 1 and 99. Print
  32. out the array.Then sort the array in ascending sequence. Print out the
  33. sorted array.
  34.  
  35. 6. Write a program to allow you to enter todays date,name and address then
  36. right justify(LINE UP) this data at column 78. example
  37.                                                              John Smith
  38.                                                              ABC
  39. Corporation
  40.                                                              Main Street
  41.                                                             
  42. Anywhere,State 
  43.  
  44. 7.Write aprogram to compute farenheit to celsius temperature. The table
  45. should run from -40 to 220 degrees farenheit in signle degree
  46. intervals.Show farenheit as an integer and celsius as a float. Conversion
  47. formula is..................... C=(5/9)*(F-32)
  48.  
  49. 8. Write a program using a contigous numerical sequence, to print a
  50. listing of all possible arragments of the digits 000  thru 999 three
  51. digits at a time for example 000,001,002....998,999
  52.  
  53. 9. Access the clock display the time on the screen( e.g 14.20.33). Now
  54. translate the time into printed words and display that on screen. Noon and
  55. midnight should be so named .
  56. ************************************* Ifpossible create a  loop(for a set
  57. period of time or until a key is pressed) displaying the time  each time
  58. through the loop. If possible set  an alarm to beep at a given (requested)
  59. time. If you want to show(translate into words) the seconds.
  60.